projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730c89f
)
* xterm.c (x_new_font): Fix typo introduced by the recent dead code removal.
author
Dmitry Antipov
<dmantipov@yandex.ru>
Thu, 25 Sep 2014 11:16:25 +0000
(15:16 +0400)
committer
Dmitry Antipov
<dmantipov@yandex.ru>
Thu, 25 Sep 2014 11:16:25 +0000
(15:16 +0400)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 974e29dfc88f6fed128e33ec63cbdd37adf67adf..7a0e861bf7749d12382cbd0704a4f04bbd44ec0d 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-8643,7
+8643,7
@@
x_new_font (struct frame *f, Lisp_Object font_object, int fontset)
FRAME_COLUMN_WIDTH (f) = font->average_width;
FRAME_LINE_HEIGHT (f) = FONT_HEIGHT (font);
-#ifndef USE_X_TOOLKIT
\
+#ifndef USE_X_TOOLKIT
FRAME_MENU_BAR_HEIGHT (f) = FRAME_MENU_BAR_LINES (f) * FRAME_LINE_HEIGHT (f);
#endif